Access to Product Features
Resolve Actions Pro provides granular access control over product features. Through user accounts, groups, and organizations on one hand and roles on the other, you can control what menus users can see and what endpoint they can access.
As an administrator, you can control access to product features on two levels:
- UI views—Show or hide various parts of the Actions Pro web user interface for different users.
- Endpoints—Allow or deny the user access to Actions Pro operations through the AJAX API user by the UI to communicate with the server (internal use).
UI views and endpoints work hand in hand. Ensure that you have allowed endpoint access to the feature after allowing it in the menu, otherwise it will not work. Similarly, consider providing menu access after allowing endpoint access.
See Menus and Corresponding API Endpoints to learn what endpoints to enable for a menu.
A security-related subset of the menus and endpoints are only available to the admin role. Assigning other roles to those will not have any effect. See Menus and Corresponding API Endpoints to learn what features are bound to the admin role.
Controlling Access to UI Views
One way to provide your users with different levels of access to Actions Pro features is to hide elements on the web user interface. This approach only limits UI access; if the user’s role allows for endpoint access to the feature, they will still be able to use it.
The built-in admin
user and users with the built-in admin
role always see all UI items, regardless of the UI view settings that you make.
There are several aspects to the Actions Pro web user interface:
- Dashboard—this is the home screen that users land on immediately after logging in for the first time. It contains menus grouped into categories. You can hide entire categories or separate menus. You can also create custom categories and menus.
- Toolbar—this is the navigation bar at the top of the Actions Pro UI. It combines navigation and information display. You can add new items to it and manage who can see them. You can’t change the visibility of toolbar items that appear by default .
- Drop-down Main Menu—this menu duplicates the purpose of the dashboard but is always visible in the top toolbar for you to be able to quickly navigate to another main menu item. The content of the drop-down menu on the taskbar is tied to the Dashboard visibility settings.
Controlling the Visibility of a Dashboard Category
Items on the dashboard are grouped in categories. You can determine who can see the category through a combination of the Active setting and role assignment. A menu category that is active and has no roles applied to it is visible to everybody.
Users who are restricted from viewing a menu category can still run its functionality using the AJAX API endpoints. See Controlling Access to API Endpoints to learn how to restrict API usage.
Similarly, users who are allowed to view a menu category will not be able to use its full functionality if they are restricted from using the underlying API endpoints.
For a list of dashboard items and their corresponding API endpoints, see Menus and Corresponding API Endpoints.
Take these steps to determine the visibility of a category on the Actions Pro dashboard:
- From the Actions Pro main menu, click Menu Administration > Menu Definition.
A list of default menu categories appears. - Click the View Details icon in front of the category that you want to manage.
The Menu Definition screen for the category appears. - Specify the visibility:
- To make the entire category unavailable to all users, uncheck the Active box next to the category name.
- To make the entire category available to everybody:
- Check the Active box next to the category name.
- Under Roles, ensure that no roles are added.
- To make the entire category available only to specific roles:
- Check the Active box next to the category name.
- Under Roles, click Add and add one or more roles that you want to have access to the menu category.
- Click Save at the top of the screen to save the menu definition.
The changes apply to affected user views after refreshing the page or logging out and then back in.
Controlling the Visibility of a Dashboard Item
You can determine who can see an individual dashboard item through a combination of the item’s Active setting and role assignment. The visibility of individual menu items also depends on the parent category’s visibility. To make an item visible to a user, you first need to make sure that they are allowed to view the item’s menu category.
Users who are restricted from viewing a menu item can still run its functionality using the AJAX API endpoints. See Controlling Access to API Endpoints to learn how to restrict API usage.
Similarly, users who are allowed to view a menu item will not be able to use its full functionality if they are restricted from using the underlying API endpoints.
For a list of dashboard items and their corresponding API endpoints, see Menus and Corresponding API Endpoints.
Take these steps to determine the visibility of an individual item on the Actions Pro dashboard:
- From the Actions Pro main menu, click Menu Administration > Menu Definition.
A list of default menu categories appears. - Click the View Details icon in front of the category containing the menu item that you want to manage.
The Menu Definition screen for the category appears. - Ensure that the Active box next to the category name is checked.
If the category is inactive, all menu items in it also appear inactive, regardless of how you set up the items. - In Roles, ensure that the settings provide as little or as much visibility over the menu category as you need for the individual menu item settings to work.
For example, to make an item visible to a user, you first need to make sure that they are allowed to view the item’s menu category. - Click the View Details icon in front of the menu item name.
- Specify the visibility:
- To make the menu item unavailable to all users who are allowed to view the menu category, uncheck the Active box next to the item name.
- To make the menu item available to everybody who is allowed to view the menu category:
- Check the Active box next to the menu item name.
- Under Roles, ensure that no roles are added.
- To make the menu item available only to specific roles (provided their members are allowed to view the menu category through the same or another role):
- Check the Active box next to the menu item name.
- Under Roles, click Add and add one or more roles that you want to have access to the menu item.
- Click Apply to close the menu item edit window.
- Click Save at the top of the screen to save the menu definition.
The changes apply to affected user views after refreshing the page or logging out and then back in.
Modifying the Query section of built-in menu items is not recommended.
Creating Dashboard Categories and Items
You can add dashboard categories as well as menu items to new or built-in categories. Combined with the right per-role permissions, this allows you to completely reorganize the dashboard for different user roles.
Adding a Dashboard Category
Take these steps to add a category in the dashboard:
- From the Actions Pro main menu, click Menu Administration > Menu Definition.
- Click New.
The Menu Definition screen opens. Categories always appear on the top menu level. - Fill in the form:
- Name—Give the category a name.
- Active—Switches the category’s visibility on or off for all users except administrators.
- Menu Items—Define what items appear in the category. You can combine items in groups.
See Adding a Dashboard Item to learn how to add item and groups and Controlling the Visibility of a Dashboard Item to learn how to manage item visibility. - Roles—Determines what roles are allowed to view the category.
- Click Save.
The changes apply to affected user views after refreshing the page or logging out and then back in.
Adding a Dashboard Item
You can add dashboard items directly under a category or in named groups.
Take these steps to add an individual dashboard item in a category:
- From the Actions Pro main menu, click Menu Administration > Menu Definition.
- Click the View Details icon in front of the category where you want to add the item.
The Menu Definition screen for the category appears. - Under Menu Items, do the following:
- To add an empty group:
- Ensure that none of the menu items is selected and then click Add Group.
- In the Name column, give the group a name.
- To add a top level item, ensure that none of the menu items is selected and then click Add Item.
The Menu Item dialog box appears. - To add an item into a group, ensure that only the group line is selected and then click Add Item.
The Menu Item dialog box appears.
- To add an empty group:
- Fill in the Menu Item form:
- Name—Give the item a name.
- Query—Specifies the Actions Pro query string or external URL to go to.
- See Finding the Query String to learn where to locate take the query string.
- When specifying a web site URL, include the protocol prefix like in
https://internal.example.com
. - Actions Pro opens web sites in an iframe. Ensure that the web site that you are referencing allows that.
- Active—Enables or disables the item for all users, excluding administrators.
- Roles—Use the Add and Remove buttons to add or remove roles who are allowed to view the dashboard item.
An empty list means that all roles can see the item. See Controlling the Visibility of a Dashboard Item to learn how to manage item visibility.
- Click Save.
The changes apply to affected user views after refreshing the page or logging out and then back in.
Managing Menu Sets
Menu sets are combinations of dashboard categories that you can switch between on the Actions Pro home screen. This way you can quickly filter down to the categories that you need for a specific task. As an administrator, you can create menu sets and make them available to different roles. Out of the box, the product comes with a number of predefined menu sets for common user types such as User Admin and Development.
Users can switch between menu sets on the Actions Pro home screen, from the Menu Set drop-down list at the top.
Creating Menu Sets
Take these steps to create a menu set:
- From the Actions Pro main menu, click Menu Administration > Menu Sets.
- Click New.
- In Name, give the menu set a suitable name.
- Check Active to make the menu set active.
Inactive menu sets are not visible to any role. - In Roles, add the roles to which you want the menu set to be available.
An empty list means that all roles can see the menu set.
Note that the visibility over a menu set does not propagate down to the menu categories it includes. You need to make sure that each separate included category is visible to the role. For users with insufficient permissions, the menu set will include less categories. - In Menus, click Add to add the dashboard categories to be included in the menu set.
You can use multiple selection in the Menus dialog box that appears. - Click Save.
Editing Menu Sets
Take these steps to edit an existing menu set:
- From the Actions Pro main menu, click Menu Administration > Menu Sets.
- Click the View Details icon in front of the menu set that you want to edit.
- In Name, change the menu set name if needed.
- Check or uncheck Active to activate to deactivate the menu set active.
Inactive menu sets are not visible to any role. - In Roles, use the Add and Remove buttons to change the roles that have access to the menu set.
An empty list means that all roles can see the menu set.
Note that the visibility over a menu set does not propagate down to the menu categories it includes. You need to make sure that each separate included category is visible to the role. For users with insufficient permissions, the menu set will include less categories. - In Menus, use the Add and Remove buttons to change what dashboard categories appear as part of the menu set.
- Click Save.
Adding Toolbar Items
The Actions Pro upper navigation bar combines navigation and information display. It includes a number of items out of the box that always appear on it, including a cascading dashboard, a profile menu, search, active worksheet display and more. In addition to them, administrators can define new items to add to the toolbar and manage who can see them. These are either individual items in the form of clickable text or groups of individual items.
This feature is useful when you want to add a shortcut to a frequently used Actions Pro resource or an external URL. Examples include:
- An Actions Pro submenu
- An Actions Pro automation
- An Actions Pro worksheet
- An intranet website
- An internet website
Custom toolbar items appear in the empty space between the Main Menu and the Organization indicator.
Adding an Individual Item
Take these steps to add an individual toolbar item:
- From the Actions Pro main menu, click Menu Administration > Toolbar Definition.
- Click Add Item.
A new line appears in the table view below called New Item. - Click the following columns to set a value:
- Name—Enter a text value to appear on the toolbar item.
Longer names that do not fit into the empty space may cause the item to be sent to a hamburger menu.
Example: Daily Report - Open As—Determines how the item will open in your web browser.
- Normal—Opens the item in the same browser window/tab.
- New Tab—Opens the item in a new browser tab.
- Popup—Opens the item in a web browser pop-up.
Note that depending on your web browser settings, the pop-up might be blocked or opened in a new tab instead.
- Active—Enables or disables the item for all users, including administrators.
- Query or Fully Qualified URL—Specifies the Actions Pro query string or external URL to go to.
- See Finding the Query String to learn where to locate take the query string.
- When specifying a web site URL, include the protocol prefix like in
https://internal.example.com
. - Actions Pro opens web sites in an iframe. Ensure that the web site that you are referencing allows that.
- Roles—Use the Add Roles and Remove Roles buttons to add or remove roles who are allowed to view the toolbar item.
An empty list means that all users can see the item. - Tooltip—Text that appears on mouse hover.
- Name—Enter a text value to appear on the toolbar item.
- Click Save.
The changes apply to affected user views after refreshing the page or logging out and then back in.
Adding an Item Group
Take these steps to add a group of toolbar items:
- From the Actions Pro main menu, click Menu Administration > Toolbar Definition.
- Click Add Group.
A new line appears in the table view below called New Group. Groups cannot be nested. - With the group selected, click Add Item to add an item inside the group.
- Fill in the group’s and group items’ fields as with individual items.
Keep in mind that a Query or Fully Qualified URL cannot be set for groups. - Click Save.
The changes apply to affected user views after refreshing the page or logging out and then back in.
Finding the Query String
To create a main menu item or a toolbar item that acts as a shortcut to an Actions Pro UI resource, you need to specify the resource’s query.
Take these steps to find the query string for an Actions Pro UI resource.
- In Actions Pro, navigate to the resource.
- In the web browser’s address bar, examine the page URL and extract the query part located at the end of the URL after the pound (#) sign.
Examples:
User Administration > Users:https://automation.example.com:8443/resolve/jsp/rsclient.jsp?cb=1622634989#RS.user.Users/
The extracted part isRS.user.Users/
.
Specific Worksheet:https://automation.example.com:8443/resolve/jsp/rsclient.jsp?cb=1622634989#RS.worksheet.Worksheet/id=092d52beb4894ee4a442c70f7c23cf45
The extracted part isRS.worksheet.Worksheet/id=092d52beb4894ee4a442c70f7c23cf45
.
Controlling Access to API Endpoints
The Actions Pro web UI works by making AJAX requests to RSView. It calls API endpoints that are responsible for all aspect of the product’s features. When defining a role and its access to product features, it is recommended to determine the role’s access to API endpoints in addition to its access to UI views.
See Menus and Corresponding API Endpoints to learn what endpoints to enable for a menu.
Controlling Access to Built-in Endpoints
The fresh Actions Pro deployments comes with a number of built-in endpoints. As an administrator, you can control by-role access to them.
Take these steps to determine the access to an API endpoint:
- From the Actions Pro main menu, click System Administration > Application Security.
A list of API endpoint names appears. - Click the View Details icon in front of the API endpoint that you want to manage.
The Controllers section shows the actual endpoint. Modifying the Controllers section of built-in endpoints is not recommended. - In Roles, use the Add and Remove buttons to control the access to the API endpoint:
- To make the API endpoint available to everybody, ensure that no roles are present in the list.
- To make the API endpoint available only to specific roles, include those roles in the list.
- Click Save at the top of the screen to save the menu definition.
Batching Endpoints
You can combine several endpoints under a single name to control in batches. For example, you can batch all endpoints relating to user management. The batches you create appear next to the built-in named endpoints under Application Security.
Take these steps to create a batch of endpoints and determine its permissions:
- From the Actions Pro main menu, click System Administration > Application Security.
A list of API endpoint names appears. - Click New.
- Fill in the form:
- In Name, give the batch a suitable name.
- In Roles, use the Add and Remove buttons to control the access to the batch:
- To make the API endpoint available to everybody, ensure that no roles are present in the list.
- To make the API endpoint available only to specific roles, include those roles in the list.
- In Controllers, click Add and add all the endpoints that you want to batch.
You can do multiple selection in the Add Controller dialog box.
- Click Save at the top of the screen to save the endpoint batch.
Menus and Corresponding API Endpoints
See the table below to learn what are the API endpoints needed by a each built-in dashboard item to work. Apply this information to fully allow or restrict access to a product feature when using the Controlling Access to UI Views and Controlling Access to API Endpoints access levels.
The Actions Pro UI shows “Unauthorized” errors if the user doesn’t have access to all endpoints required for a menu item.
How to use the table:
- The Menu Group/Subgroup/Menu/Function column contains the Menu Definition item with its full path from Menu group to an individual item. In some cases, the column contains a single function of the screen represented by the menu item.
- The Admin-Only column shows if the feature is always limited to the admin role. You cannot provide other roles with permissions to features marked with “Yes“.
- The Application Security Entry column contains the exact name of the entries under Application Security that you need to allow/restrict to full allow/restrict access to the corresponding menu.
- The Wiki Page column is populated only for menus that rely on a Wiki page to work. By controlling the Wiki page’s permissions (see the Access to Content article), you can more granularly control access to such features.
Menu Group/Subgroup/Menu/Function | Admin-only | Application Security Entry | Wiki Page |
---|---|---|---|
Runbook Catalog | Menu group | ||
Runbook Catalog > Homepage | RS.wiki.Main (/wiki) | system.HomePage | |
Runbook Catalog > Runbooks | RS.wiki.Main (/wiki) | Runbook.WebHome | |
Actions | Menu group | ||
Actions > Dashboard | RS.dashboard.Dashboard (/dashboard) Get the Dashboard Templates (/dashboard/getTemplates) | ||
Automation Requests COE | Menu group | ||
Automation Requests COE > Automation Request Form | RS.wiki.Main (/wiki) | CRForm.AutomationRequestForm | |
Automation Requests COE > Automation Request Custom Form | RS.wiki.Main (/wiki) | CRForm.AutomationRequestCustomForm | |
Automation Requests COE > Automation Request Update | RS.wiki.Main (/wiki) | CRForm.AutomationRequestUpdate | |
Automation Requests COE > Reports | RS.wiki.Main (/wiki) | CRForm.Reports | |
Worksheet | Menu group | ||
Worksheet > New Worksheet | RS.worksheet.Worksheet (/worksheet) | ||
Worksheet > My Worksheets | RS.worksheet.Worksheet (/worksheet) | ||
Worksheet > Unassigned | RS.worksheet.Worksheet (/worksheet) | ||
Worksheet > All Worksheet | RS.worksheet.Worksheet (/worksheet)Worksheet Get Api (/worksheet/getWS)WSDATA apis (/wsdata) | ||
Request History | Menu group | ||
Request History > Process Request | Menu subgroup | ||
Request History > Process Request > Open | RS.worksheet.ProcessRequests (/processrequest) | ||
Request History > Process Request > Completed | RS.worksheet.ProcessRequests (/processrequest) | ||
Request History > Process Request > Aborted | RS.worksheet.ProcessRequests (/processrequest) | ||
Request History > Task Result | Menu subgroup | ||
Request History > Task Result > Results | RS.worksheet.TaskResults (/taskresult) | ||
Archive History | Unused | ||
Content Management | Menu group | ||
Content Management > Content Manager | No access control available | ||
Content Management > Automations | Menu subgroup | ||
Content Management > Automations > My Automations | RS.wiki.resolutionbuilder.Automations (/resolutionbuilder) | ||
Content Management > Automations > All Automations | RS.wiki.resolutionbuilder.Automations (/resolutionbuilder) | ||
Content Management > ActionTask | Menu subgroup | ||
Content Management > ActionTask > My ActionTasks | RS.actiontask.Main (/actiontask) List Of Actiontask (/actiontask/list) Action Task Treelist API (/actiontask/treelist) | ||
Content Management > ActionTask > All ActionTasks | RS.actiontask.Main (/actiontask)List Of Actiontask (/actiontask/list)Action Task Treelist API (/actiontask/treelist) | ||
Content Management > Component | Menu subgroup | ||
Content Management > Component > Properties | RS.actiontask.PropertyDefinitions (/atproperties) <Action Task Property List /atproperties/list Action Task Property Modules /atproperties/modules | ||
Content Management > Component > Tag Definition | RS.tag.Tag (/tag) | ||
Remote Administration | Menu group | ||
Remote Administration > RSRemote Administration | No access control available | ||
Remote Administration > Gateway Administration | Partly. Other roles can see the gateway list if given permission but cannot read/change blueprint properties. | CRUD operations for Gateway (/gateway) | |
Remote Administration > Gateway Filter Administration | Partly. Other roles can see the filter list if given permission but cannot create/update filters. In Database Connection Pool Gateway, Connection URL can be viewed only by admin. | Filters CRUD Operations (/filter)Filters Listings (/filter/list) | |
Remote Administration > Resolution ID Schema | Yes | RS.resolutionrouting.Schemas (/resolutionrouting/schema) | |
Remote Administration > Resolution ID Mapping | RS.resolutionrouting.Rules (/resolutionrouting/rule) | ||
Gateway Administration | Deprecated. Use the submenu under Remote Administration instead. | ||
Development Tools | Menu group | ||
Development Tools > ActionTask Builder | RS.actiontask.Main (/actiontask)List Of Actiontask (/actiontask/list)Action Task Treelist API (/actiontask/treelist) | ||
Development Tools > Automation Designer | RS.wiki.Main (/wiki) | ||
Development Tools > Page Builder | RS.wiki.Main (/wiki) | ||
Development Tools > Decision Tree Builder | RS.wiki.Main (/wiki) | ||
Development Tools > Custom Form Builder | RS.formbuilder.Main (/formbuilder) | ||
Resolve Reports | Menu group | ||
Resolve Reports > Business Reports | RS.wiki.Main (/wiki) | Reports.Business Reports | |
Resolve Reports > Operation Reports | RS.wiki.Main (/wiki) | Reports.Operation Reports | |
Resolve Reports > Development Reports | RS.wiki.Main (/wiki) | Reports.Development Reports | |
Resolve Reports > Admin Reports | RS.wiki.Main (/wiki) | Reports.Admin Reports | |
Resolve Reports > Usage Report | RS.wiki.Main (/wiki) | Reports.RunbookUsageReport | |
Wiki Administration | Menu group | ||
Wiki Administration > Namespace Administration | RS.wiki.NamespaceAdmin (/nsadmin) Wiki Namespace List (/nsadmin/list) | ||
Wiki Administration > Wiki Administration | RS.wiki.WikiAdmin (/wikiadmin) Result & Detail Macro (/wiki/resultmacro) Wiki Admin List (/wikiadmin/list) Wiki Document Rating (/wikiadmin/getRating) Wiki Document Copy/Rename (/wikiadmin/moveRenameCopy) Wiki Document Mark Deleted (/wikiadmin/setDeleted) | ||
Wiki Administration > Global Attachments | Attachment List (/wikiadmin/attachment/list) Attachment Index (/wikiadmin/attachment/index) | ||
Wiki Administration > Global Attachments > Delete | Attachment Delete (/wikiadmin/attachment/delete) | ||
Wiki Administration > Global Attachments > Rename | Attachment Rename (/wikiadmin/attachment/rename) | ||
Wiki Administration > Global Attachments > Upload | Attachment Upload (/wiki/attachment/upload) Attachment Download (/wiki/attachment/download) | ||
Wiki Administration > Tag Definitions | RS.tag.Tag (/tag) | ||
Wiki Administration > Tag Definitions > Delete | Delete Tag (/tag/deleteTags) | ||
Wiki Administration > Template Definition | RS.wiki.Template (/wikitemplate) Wiki Template List (/wikitemplate/list) Wiki Template Get (/wikitemplate/get) | ||
Wiki Administration > Lookup Mapping | RS.wiki.Lookups (/wikilookup) | ||
Report Administration | Menu group | ||
Report Administration > Runbook Properties | Custom Table apis (/customtable) Custom Table Delete (/customtable/delete) | ||
Report Administration > Task Properties | Custom Table apis (/customtable) Custom Table Delete (/customtable/delete) | ||
Report Administration > Timer Properties | Custom Table apis (/customtable)Custom Table Delete (/customtable/delete) | ||
Report Administration > MCP | RS.mcp.Main (/mcp) | ||
Report Administration > Store Execution History | RS.wiki.Main (/wiki) | Reports.RunbookExeSummaryPopulateTableGui | |
User Administration | Yes | Menu group | |
User Administration > Definition | Yes | Menu subgroup | |
User Administration > Definition > Users | Yes | RS.user.User (/user) User Change Password (/user/changePassword) Crop the User image (/user/crop) Download User Profile (/user/downloadProfile) Api to get the User info (/user/getUser) List Of Users (/user/listUsers) Preview Profile (/user/previewProfile) User Save (/user/saveUser) User Image Upload (/user/upload) | |
User Administration > Definition > Groups | Yes | List Of Groups (/user/listGroups) | |
User Administration > Definition > Organizations | Yes | RS.sysadmin.Organization (/organization) Organization List (/organization/list) | |
User Administration > Definition > Roles | Yes | List Of Roles (/user/listRoles) | |
User Administration > Authentication | Yes | Menu subgroup | |
User Administration > Authentication > Active Directory Configuration | Yes | RS.sysadmin.ConfigADs (/configad) | |
User Administration > Authentication > LDAP Configuration | Yes | RS.sysadmin.ConfigLDAP (/configldap) | |
User Administration > Authentication > RADIUS Configuration | Yes | No access control available | |
Table Administration | Partly.Create/Update custom table is admin-only. | Menu group | |
Table Administration > View Tables | Custom Table apis (/customtable) Custom Table Delete (/customtable/delete) RS.customtable.Table (/view) Custom Table View List (/view/list) Custom Table View Read (/view/read) | ||
Table Administration > View Forms | RS.formbuilder.Main (/formbuilder) Form Viewer (/form) Form Delete (/form/delete) | ||
Resolution Routing | Partially duplicates menus under Remote Administration. See that menu group for details. | ||
Menu Administration | Menu group | ||
Menu Administration > Menu Definition | RS.sysadmin.MenuDefinitions (/menudefinition) | ||
Menu Administration > Menu Set | RS.sysadmin.MenuSets (/menuset) | ||
Menu Administration > Toolbar Definition | No access control available | ||
System Administration | Menu group | ||
System Administration > Status Information | Menu subgroup | ||
System Administration > Status Information > List Registration | RS.sysadmin.ListRegistrations (/registration) | ||
System Administration > Status Information > Session Information | Session Info (/user/sessioninfo) | ||
System Administration > Status Information > Server Information | Server Information App (/server) | ||
System Administration > System Definition | Menu subgroup | ||
System Administration > System Definition > Job Scheduler | RS.sysadmin.JobSchedules (/jobscheduler) | ||
System Administration > System Definition > System Properties | RS.sysadmin.SystemProperty (/sysproperties) Get the System Property By Name (/sysproperties/getAllProperties) Get the System Property By Name (/sysproperties/getSystemPropertyByName) | ||
System Administration > System Definition > System Scripts | RS.sysadmin.SystemScript (/sysscript) System Script List (/sysscript/list) | ||
System Administration > Security | Menu subgroup | ||
System Administration > Security > Application Security | RS.sysadmin.ApplicationRights (/apps) App Check Access Rights (/apps/hasPermission) | ||
Import Export | Menu group | ||
Import Export > Package Manager | RS.imex.Main (/imex) | ||
Import Export > Import Export Module | RS.impex.Main (/impex) | ||
Import Export > Import Export Log | RS.syslog.ImpexLog (/impexlog) | ||
System Logs | Menu group | ||
System Logs > Alert Log | RS.syslog.AlertLog (/alertlog) Alert Log Delete (/alertlog/deleteAlertLogRecs) | ||
System Logs > Audit Log | RS.syslog.AuditLog (/auditlog) Audit Log Export (/auditlog/export) | ||
System Logs > Import Export Log | RS.syslog.ImpexLog (/impexlog) | ||
System Logs > Gateway Log | RS.syslog.GatewayLog (/gatewaylog) | ||
Scheduler | Unused | ||
Maintenance | Unused | ||
Help | Menu group | ||
Help > Support Help | No access control available | ||
Help > License Info | RS.license.Main (/license) | ||
Help > About | No access control available | ||
Default Wiki Admin | Partially duplicates menus under Wiki Administration. See that Menu group for details. | ||
Default User Admin | Partially duplicates menus under User Administration. See that Menu group for details. | ||
Default System Admin | Partially duplicates menus under System Administration. See that Menu group for details. |